home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / 1994.12.gz / 1994.12 / 000029_tim@maths.tcd.ie_Tue Dec 6 21:46:07 1994.msg < prev    next >
Internet Message Format  |  1994-12-30  |  1KB

  1. Received: from salmon.maths.tcd.ie by cs.umb.edu with SMTP id AA27671
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Tue, 6 Dec 1994 21:46:07 -0500
  3. Received: by salmon.maths.tcd.ie  with Delay channel id aa14088;
  4.           6 Dec 94 21:59 GMT
  5. Received: from hamilton.maths.tcd.ie by salmon.maths.tcd.ie  with SMTP
  6.           id aa13875; 6 Dec 94 21:51 GMT
  7. Subject: Re: Problem Report: TeX build is failing on DEC (AXP) OSF V3.0
  8. To: system PRIVILEGED account <root@eyes.zko.dec.com>
  9. Date: Tue, 6 Dec 1994 21:51:01 (GMT)
  10. From: Timothy Murphy <tim@maths.tcd.ie>
  11. Cc: tex-k@cs.umb.edu
  12. In-Reply-To: <9412061612.AA31872@eyes.zko.dec.com> from "system PRIVILEGED account" at Dec 6, 94 11:12:48 am
  13. X-Mailer: ELM [version 2.4 PL21]
  14. Mime-Version: 1.0
  15. Content-Type: text/plain; charset=US-ASCII
  16. Content-Transfer-Encoding: 7bit
  17. Content-Length: 567       
  18. Message-Id:  <9412062151.aa23923@hamilton.maths.tcd.ie>
  19.  
  20. >     I copied the TeX gzipped tar files, unpacked them, did a
  21. > ./configure, and a make. The make fails. Can someone supply me with a
  22. > clue on how to continue?
  23. > Thanks,
  24. > --Jack
  25. > make[3]: Entering directory `/bench/TeX/web2c-6.1/web2c/mf/MFwindow'
  26. > gcc -I./../../lib -I../../.. -I.  -g  -c x11.c
  27. > In file included from x11.c:14:
  28. > /usr/include/X11/Xlib.h:1127: parse error before `foil_x_defining_wchar_t'
  29.  
  30. Try defining NO_FOIL_X_WCHAR_T, eg by changing CFLAGS in the master Makefile
  31.  
  32. ##CFLAGS = -g $(XCFLAGS)
  33. CFLAGS = -O -s -DNO_FOIL_X_WCHAR_T $(XCFLAGS)
  34.  
  35.